home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / dc25h-3.zip / DEMO4.MAC < prev    next >
Text File  |  1990-04-22  |  3KB  |  77 lines

  1. ; DEMO4.MAC, Macro demo for DANCAD3D v2.5x release version
  2.  
  3. ; Copyright (c) 1990, Daniel H. Hudgins, All rights reserved.
  4. ; Other macro files come with the registered user outfit.
  5. ; Write to: DANCAD3D, 466 Diamond St., San Francisco, CA 94114, USA.
  6.  
  7. ; Begin set up
  8.  
  9. INIT               ; clear DANCAD3D's workspace
  10. WORLD 240          ; set world scale to inches
  11.  
  12. ; End Set up
  13.  
  14. TEXT_MODE
  15. ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
  16. ECHO │         DEMO4.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER.          │
  17. ECHO └─────────────────────────────────────────────────────────────────────────────┘
  18.  
  19. LOCATE 1 5
  20. ECHO     This DEMO macro loads the file HOOKUP1.2D into the workspace and shows  you
  21. ECHO an example drawing.  The example drawing,  as well as showing what a 2D drawing
  22. ECHO made with DANCAD3D might look like, shows one way to hook up DANCAM and DANPLOT
  23. ECHO to manufacture components and other goods.  The drawing shows  how  to  connect
  24. ECHO TTL signal compatible stepper driver modules and solid state relays directly to
  25. ECHO the  parallel  port of your computer (n.b.  I am not responsible for any damage
  26. ECHO that might result from making these connections to your computer,  the  drawing
  27. ECHO is  only  a  suggestion  of some connections that have been found useful to the
  28. ECHO author in his use of DANCAM and DANPLOT.)
  29. LOCATE 1 15
  30. ECHO     Other  hook-up  drawings  and  schematics  for  inexpensive  stepper  motor
  31. ECHO translator and driver modules you can build are included in the registered user
  32. ECHO outfit  available  from  the  author.  Send a stamped self addressed legal size
  33. ECHO envelope for the current product price list (if you live outside the U.S.  send
  34. ECHO five  first class international postal vouchers in place of stamps (you get the
  35. ECHO postal vouchers from your post office).)
  36.  
  37.  
  38. LOAD 2D HOOKUP1.2D
  39.  
  40. LOCATE 5 25
  41. ECHO Press [Return] to continue. %%
  42. WAIT
  43.  
  44. GRAPH B&W
  45. # 0 DISPLAY 0 0 0 -1.000E+18 120 1 0 -0.3
  46. LOCATE 5 25
  47. ECHO Press [Return] to continue. %%
  48. WAIT
  49.  
  50. TEXT_MODE
  51. LOCATE 1 1
  52. ECHO     After this macro returns you to the main menu,  select [D]raw from the main
  53. ECHO menu  and  then select [D]raw lines from the drawing editor root menu.  You can
  54. ECHO move the cursor over a point you want to zoom in on and press the  [+]  key  to
  55. ECHO zoom  in.  When  the  dotted border is small enough press the [*] key to redraw
  56. ECHO the screen.
  57. LOCATE 1 7
  58. ECHO     The screen will take a minute or so to redraw depending on  how  fast  your
  59. ECHO computer  is.  Normally drawings are not one element so the [U]pdate list could
  60. ECHO be used to turn off the lettering elements to make the screen  re-draw  faster,
  61. ECHO but there was not enough room on the shareware program disks to include all the
  62. ECHO elements for this drawing.
  63. LOCATE 1 13
  64. ECHO     You  can use this drawing to experiment with the commands in the [H]ardcopy
  65. ECHO sub-menu to see how  DANCAD3D  will  work  with  your  printers  and  plotters.
  66. ECHO Remember  that  the  printer  and  plotter  drivers  are  in  the sub-directory
  67. ECHO \DRIVERS\ (except the ADOBE_PS.LZR and LINOTYPE.LZR drivers which  are  in  the
  68. ECHO sub-directory \DC25\.)
  69.  
  70. LOCATE 5 25
  71. ECHO Press [Return] to continue. %%
  72. WAIT
  73.  
  74. ; END MACRO FILE DEMO4.MAC
  75.  
  76.  
  77.